Timestamped.Deconstruct(T, DateTimeOffset) method¶
Defined in
Type: TimestampedSystem.Reactive
Assembly: System.Reactive.dll
Applies to
netstandard2.0
public void Deconstruct(out T value, out DateTimeOffset timestamp)
Summary: Deconstructs the timestamped value into a value and a timestamp.
Parameters
| Name | Type | Description |
|---|---|---|
out value | T | The value. |
out timestamp | DateTimeOffset | Timestamp associated with the value. |